RingBuffer

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
read
T[] read(uint count)

It may read less than count if it is out of bounds

read
T read()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
T[Length] data;
Undocumented in source.

Meta